Expand description
Allows rendering user interfaces based on a statically-typed view tree.
This view tree is generic over rendering backends, and agnostic about reactivity/change detection.
Re-exports§
pub use either_of as either;
Modules§
- Helpers for interacting with the DOM.
- Types for building a statically-typed HTML view tree.
- Supports adding interactivity to HTML.
- Types for MathML.
- Commonly-used traits.
- Defines various backends that can render views.
- Rendering views to HTML.
- Types for SVG.
- Core logic for manipulating views.
Macros§
- Declares that spreading attributes onto a particular type has no effect.